home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SCREEN / PINB_07 / pinbFix < prev   
Text File  |  1993-08-16  |  1KB  |  50 lines

  1. Newsgroups: comp.sys.acorn
  2. Path: mindvox!netsys!agate!doc.ic.ac.uk!pipex!sunic!uts!imada!jho
  3. From: jho@imada.ou.dk (Jens H. Ovesen)
  4. Subject: Bug in Pinboard+, fix.
  5. Message-ID: <1993Aug15.214016.27406@imada.ou.dk>
  6. Sender: news@imada.ou.dk (USENET News System)
  7. Nntp-Posting-Host: wagner
  8. Organization: Dept. of Math. & Computer Science, Odense University, Denmark
  9. Distribution: comp
  10. Date: Sun, 15 Aug 1993 21:40:16 GMT
  11. Lines: 37
  12.  
  13.   A bug has emerged in Pinboard+. It's easily fixed and doesn't show itself
  14. very often, so Thomas and I agreed on not posting a new version. Instead the
  15. fix is presented here in the form of a (short) BASIC program.
  16.  
  17. Set dir to ...!Pinboard
  18. Make sure you've run !MakePin+.
  19. Run the following program. If you make any mistake, you may have to run 
  20. !MakePin+ again.
  21.  
  22. The BASIC program:
  23.  
  24. -------------cut cut cut-------------------
  25.  
  26. size%=18804
  27. DIM code% size%+8
  28. OSCLI"Load Pinboard+ "+STR$~code%
  29. FOR i%=1 TO 3
  30.   READ a%:P%=code%+a%:[opt 2:bvs code%+size%:]
  31. NEXT
  32. DATA &296c,&2980,&2994
  33. P%=code%+size%
  34. [opt 2:add r13,r13,#4:ldmfd r13!,{r1-7,pc}:]
  35. OSCLI"Save Pinboard+ "+STR$~code%+" +"+STR$~(size%+8)
  36. *settype pinboard+ module
  37.  
  38. ---------------cut cut cut------------------
  39.  
  40. Rgds.
  41. ---
  42. Jens H. Ovesen / jho@imada.ou.dk
  43. Tolderlundsvej 27, 4.tv.
  44. DK-5000 Odense C, Denmark
  45. Phone: +45 65 91 75 11
  46.  
  47.  
  48.  
  49.  
  50.